home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / DrawTests / DPSUserPath / DPSUPView.h next >
Text File  |  1992-12-19  |  267b  |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/appkit.h>
  5. #import "MouseView.h"
  6.  
  7. @interface DPSUPView:MouseView
  8. {
  9.     float        sqSide, backgroundGray;
  10.     float         xOffset, yOffset;
  11.     NXRect        sqRect;
  12. }
  13.  
  14. - (float)backgroundGray;
  15. - takeBackgroundGrayFrom:sender;
  16.  
  17. @end
  18.